home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / C++ FAQ Reference 1.0 / C++ FAQ Reference 1.0.rsrc / TEXT_132.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  1.5 KB  |  20 lines

  1. Lots. Here are a few:
  2.  
  3.  * 'Cfront' is USL's compiler.  It compiles to C, so it is 'technically' a    translator rather than native code compiler, but that doesn't make much    difference in practice (think of C as an assembly language).  Many hardware    vendors bundle and/or sell a 'cfront-based' C++ compiler.
  4.  * GNU C++ is freely copyable under the Free Software Foundation 'copyleft'.    Usually called g++, it is available via anonymous ftp from prep.ai.mit.edu.
  5.  * Borland C++ (BC++) and Turbo C++ (TC++) are available from Borland Int'l.
  6.  * Zortech C++ (ZTC++) is available from Zortech Int'l.
  7.  * Glockenspiel C++ is a DOS port of cfront; also runs on some Un*x platforms.
  8.  * Saber C++ is a Un*x based interpreter/compiler programmer's workbench.
  9.  * Oregon C++; 800-874-8501 (sorry, no further information)w3
  10.  * Green Hills C++ (sorry, no further information)
  11.  * Symantec's Think-C for Macintosh (5.0 supports many of the features of C++)    800-228-4122 or 408-253-9600.
  12.  * Intek (sorry, no further information)
  13.  * MPW C++ is a cfront 2.1 port for Apple from APDA=Apple Progmr's/Developer's    Assoc: USA:800-282-2732, Canada:800-637-0029, International:408-562-3910
  14.  * Objectworks for C++; ParcPlace; Un*x based interpreter/compiler progrmrs wb.
  15.  * Comeau Computing has a cfront 2.1-based compiler for Amiga, DOS, and Unix.
  16.  * SAS Institute (was Lattice, Inc) has a cfront 1.2-based compiler for Amiga.
  17.  
  18. This list is not exhaustive.
  19.  
  20.     [[ additions/corrections to this list are requested. ++MPC ]]